DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / GetItemsCount Method
Collection view displaying the items.
Index of the section containing the items.

In This Topic
    GetItemsCount Method
    In This Topic
    Called by the collection view to find out how many items are to be rendered in the section specified by section.
    Syntax
    'Declaration
     
    Public Overrides Function GetItemsCount( _
       ByVal collectionView As UIKit.UICollectionView, _
       ByVal section As IntPtr _
    ) As IntPtr
    public override IntPtr GetItemsCount( 
       UIKit.UICollectionView collectionView,
       IntPtr section
    )

    Parameters

    collectionView
    Collection view displaying the items.
    section
    Index of the section containing the items.

    Return Value

    Number of items in the section at index section.
    See Also